home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #12 / K-CD-12-2002.ISO / GraphCalc / GraphCalc.exe / {app} / scripts / Surface Area / cylinder.gcs < prev    next >
Encoding:
Text File  |  2000-10-01  |  117 b   |  5 lines

  1. #Surface Area of Cylinder
  2. [Tab=output]
  3. [PromptVal=radius]
  4. [PromptVal=height]
  5. 2*(pi*radius^2)+(2*pi*radius*height)